ReportService.saveAsScorecard Method
Saves this report as a scorecard.
Parameters
- id
-
Type: String
The ID of the report to save as a scorecard.
- parentFolderId
-
Type: String
The ID of the folder to save the new scorecard under.
- fileName
-
Type: String
The name of the new scorecard.
- overwrite
-
Type: Boolean
A value indicating whether to overwrite a file by the same name if it exists.
Return Value
Type: jQuery.Promise
Value: String
A promise object that is resolved when the call is complete.
If successful, the ID of the created scorecard is returned.